ArcGIS Runtime SDK for WPF - Library Reference
CutTaskAsync(IList<Graphic>,Polyline,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > CutTaskAsync Method : CutTaskAsync(IList<Graphic>,Polyline,CancellationToken) Method

target
The input polylines or polygons to be cut.
cutter
The polyline that will be used to divide the targets into pieces where they cross the cutter.
cancellationToken
The cancellation token.
Splits input polylines or polygons where they cross a cutting polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Function CutTaskAsync( _
   ByVal target As IList(Of Graphic), _
   ByVal cutter As Polyline, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of CutResult)

Parameters

target
The input polylines or polygons to be cut.
cutter
The polyline that will be used to divide the targets into pieces where they cross the cutter.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.